func text/template.indirectInterface

12 uses

	text/template (current package)
		exec.go#L296: 	truth, ok := isTrue(indirectInterface(val))
		exec.go#L1000: func indirectInterface(v reflect.Value) reflect.Value {
		funcs.go#L210: 	item = indirectInterface(item)
		funcs.go#L215: 		index = indirectInterface(index)
		funcs.go#L254: 	item = indirectInterface(item)
		funcs.go#L316: 	fn = indirectInterface(fn)
		funcs.go#L341: 		arg = indirectInterface(arg)
		funcs.go#L378: 	t, _ := isTrue(indirectInterface(arg))
		funcs.go#L441: 	arg1 = indirectInterface(arg1)
		funcs.go#L452: 		arg = indirectInterface(arg)
		funcs.go#L508: 	arg1 = indirectInterface(arg1)
		funcs.go#L513: 	arg2 = indirectInterface(arg2)